func crypto/sha3.NewCSHAKE128
3 uses
crypto/sha3 (current package)
sha3.go#L217: func NewCSHAKE128(N, S []byte) *SHAKE {
golang.org/x/crypto/sha3
shake.go#L51: return &shakeWrapper{sha3.NewCSHAKE128(N, S), 32, false, func() *sha3.SHAKE {
shake.go#L52: return sha3.NewCSHAKE128(N, S)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |